[INFO] cloning repository https://github.com/MitMaro/git-interactive-rebase-tool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MitMaro/git-interactive-rebase-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMitMaro%2Fgit-interactive-rebase-tool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMitMaro%2Fgit-interactive-rebase-tool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d16b296afb2f4b06b3021e4367cabb0252f2128
[INFO] fixing MitMaro/git-interactive-rebase-tool against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMitMaro%2Fgit-interactive-rebase-tool" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MitMaro/git-interactive-rebase-tool
[INFO] finished tweaking git repo https://github.com/MitMaro/git-interactive-rebase-tool
[INFO] tweaked toml for git repo https://github.com/MitMaro/git-interactive-rebase-tool written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MitMaro/git-interactive-rebase-tool on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MitMaro/git-interactive-rebase-tool already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serial_test_derive v3.1.1
[INFO] [stderr]   Downloaded serial_test v3.1.1
[INFO] [stderr]   Downloaded uuid v1.15.1
[INFO] [stderr]   Downloaded version-track v1.0.0
[INFO] [stderr]   Downloaded sdd v0.2.0
[INFO] [stderr]   Downloaded semver v1.0.21
[INFO] [stderr]   Downloaded scc v2.1.1
[INFO] [stderr]   Downloaded filedescriptor v0.8.2
[INFO] [stderr]   Downloaded captur v1.0.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e
[INFO] running `Command { std: "docker" "start" "c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling semver v1.0.21
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling pkg-config v0.3.29
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]    Compiling zerocopy v0.8.23
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling hashbrown v0.15.1
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking bitflags v2.5.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling rstest_macros v0.25.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking sdd v0.2.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling jobserver v0.1.28
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking crossbeam-channel v0.5.13
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking scc v2.1.1
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking xi-unicode v0.3.0
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking captur v1.0.1
[INFO] [stderr]     Checking pico-args v0.5.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking claims v0.8.0
[INFO] [stderr]    Compiling libz-sys v1.1.15
[INFO] [stderr]    Compiling libgit2-sys v0.18.0+1.9.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]    Compiling git-interactive-rebase-tool v2.4.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]     Checking uuid v1.15.1
[INFO] [stderr]     Checking version-track v1.0.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling serial_test_derive v3.1.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking git2 v0.20.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking rstest v0.25.0
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking serial_test v3.1.1
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/runtime/runtime.rs:40:58
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub(crate) fn register(&self, threadable: &'runtime mut (dyn Threadable)) {
[INFO] [stdout]    |                                                             ^              ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `-W unused-parens` implied by `-W unused`
[INFO] [stdout]    = help: to override `-W unused` add `#[allow(unused_parens)]`
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     pub(crate) fn register(&self, threadable: &'runtime mut (dyn Threadable)) {
[INFO] [stdout] 40 +     pub(crate) fn register(&self, threadable: &'runtime mut dyn Threadable ) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/runtime/runtime.rs:40:58
[INFO] [stdout]    |
[INFO] [stdout] 40 |     pub(crate) fn register(&self, threadable: &'runtime mut (dyn Threadable)) {
[INFO] [stdout]    |                                                             ^              ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `-W unused-parens` implied by `-W unused`
[INFO] [stdout]    = help: to override `-W unused` add `#[allow(unused_parens)]`
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 40 -     pub(crate) fn register(&self, threadable: &'runtime mut (dyn Threadable)) {
[INFO] [stdout] 40 +     pub(crate) fn register(&self, threadable: &'runtime mut dyn Threadable ) {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.88s
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e", kill_on_drop: false }`
[INFO] [stdout] c756f0cc6869ea964dacc23f524097a54afec71d2081fd0a1c9e4a04982d168e
